ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDraggingRow Property

In This Topic
    OnClientDraggingRow Property (FlexGridBase<T>)
    In This Topic
    Occurs when the user starts dragging a row.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientDraggingRow As String
    public virtual string OnClientDraggingRow {get; set;}
    See Also